home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / wabd101.zip / WABD101.ZIP / PoolDemo / TableEdit.dfm / TableEdit.txt
Text File  |  1997-02-23  |  4KB  |  193 lines

  1. object TableEditForm: TTableEditForm
  2.   Left = 200
  3.   Top = 112
  4.   Width = 630
  5.   Height = 519
  6.   Caption = 'Pool Administration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object HTMLHeader1: THTMLHeader
  16.     Left = 0
  17.     Top = 0
  18.     Width = 622
  19.     Height = 56
  20.     HeaderNum = 2
  21.     Align = alTop
  22.     Caption = 'Administration - Edit Table Data'
  23.   end
  24.   object ButtonSection: THTMLFormSection
  25.     Left = 0
  26.     Top = 84
  27.     Width = 622
  28.     Height = 133
  29.     Align = alTop
  30.     GridX = 16
  31.     GridY = 16
  32.     object Label3: TLabel
  33.       Left = 216
  34.       Top = 16
  35.       Width = 33
  36.       Height = 13
  37.       Caption = 'Status:'
  38.     end
  39.     object StatLabel: TLabel
  40.       Left = 216
  41.       Top = 32
  42.       Width = 53
  43.       Height = 13
  44.       Caption = '(No Status)'
  45.     end
  46.     object AddBut: TButton
  47.       Left = 112
  48.       Top = 56
  49.       Width = 73
  50.       Height = 25
  51.       Caption = 'Add'
  52.       TabOrder = 0
  53.       OnClick = AddButClick
  54.     end
  55.     object ReturnBut: TButton
  56.       Left = 24
  57.       Top = 16
  58.       Width = 169
  59.       Height = 25
  60.       Caption = 'Return to Admin Main Screen'
  61.       TabOrder = 1
  62.       OnClick = ReturnButClick
  63.     end
  64.     object DelAllBut: TButton
  65.       Left = 376
  66.       Top = 56
  67.       Width = 73
  68.       Height = 25
  69.       Caption = 'Delete All'
  70.       TabOrder = 2
  71.       OnClick = DelAllButClick
  72.     end
  73.     object ImportBut: TButton
  74.       Left = 464
  75.       Top = 56
  76.       Width = 73
  77.       Height = 25
  78.       Caption = 'Import'
  79.       TabOrder = 3
  80.     end
  81.     object FirstBut: TButton
  82.       Left = 376
  83.       Top = 96
  84.       Width = 73
  85.       Height = 25
  86.       Caption = 'First'
  87.       TabOrder = 4
  88.       OnClick = FirstButClick
  89.     end
  90.     object Back10But: TButton
  91.       Left = 288
  92.       Top = 96
  93.       Width = 73
  94.       Height = 25
  95.       Caption = 'Back 10'
  96.       TabOrder = 5
  97.       OnClick = Back10ButClick
  98.     end
  99.     object For10But: TButton
  100.       Left = 200
  101.       Top = 96
  102.       Width = 73
  103.       Height = 25
  104.       Caption = 'Forward 10'
  105.       TabOrder = 6
  106.       OnClick = For10ButClick
  107.     end
  108.     object LastBut: TButton
  109.       Left = 464
  110.       Top = 96
  111.       Width = 73
  112.       Height = 25
  113.       Caption = 'Last'
  114.       TabOrder = 7
  115.       OnClick = LastButClick
  116.     end
  117.     object BackBut: TButton
  118.       Left = 112
  119.       Top = 96
  120.       Width = 73
  121.       Height = 25
  122.       Caption = 'Back'
  123.       TabOrder = 8
  124.       OnClick = BackButClick
  125.     end
  126.     object ForwardBut: TButton
  127.       Left = 24
  128.       Top = 96
  129.       Width = 73
  130.       Height = 25
  131.       Caption = 'Forward'
  132.       TabOrder = 9
  133.       OnClick = ForwardButClick
  134.     end
  135.     object EditBut: TButton
  136.       Left = 200
  137.       Top = 56
  138.       Width = 73
  139.       Height = 25
  140.       Caption = 'Edit'
  141.       TabOrder = 10
  142.       OnClick = EditButClick
  143.     end
  144.     object DelBut: TButton
  145.       Left = 288
  146.       Top = 56
  147.       Width = 73
  148.       Height = 25
  149.       Caption = 'Delete'
  150.       TabOrder = 11
  151.       OnClick = DelButClick
  152.     end
  153.     object ClearBut: TButton
  154.       Left = 24
  155.       Top = 56
  156.       Width = 73
  157.       Height = 25
  158.       Caption = 'Clear'
  159.       TabOrder = 12
  160.       OnClick = ClearButClick
  161.     end
  162.   end
  163.   object HTMLTable1: THTMLTable
  164.     Left = 0
  165.     Top = 257
  166.     Width = 622
  167.     Height = 192
  168.     Align = alTop
  169.     FixedCols = 0
  170.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  171.     TabOrder = 2
  172.     CellBorder = 1
  173.   end
  174.   object HTMLHeader2: THTMLHeader
  175.     Left = 0
  176.     Top = 56
  177.     Width = 622
  178.     Height = 28
  179.     HeaderNum = 4
  180.     Align = alTop
  181.     Caption = 'Current Table = '
  182.   end
  183.   object EditSection: THTMLFormSection
  184.     Left = 0
  185.     Top = 217
  186.     Width = 622
  187.     Height = 40
  188.     Align = alTop
  189.     GridX = 16
  190.     GridY = 16
  191.   end
  192. end
  193.